Package com.cisco.pt.ipc.ui.impl
Class SmFileSystemResourceReplyImpl
java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.ui.impl.SmFileSystemResourceReplyImpl
- All Implemented Interfaces:
IPCObject,SmFileSystemResourceReply
public class SmFileSystemResourceReplyImpl
extends IPCObjectImpl
implements SmFileSystemResourceReply
Information provided by the PKI file:
\class CSmFileSystemResourceReply
\brief OBSOLETE: This is not used after upgrading to QtWebEngine. CSmFileSystemResourceReply is sent by WebView's fileSystemResourceRequested() event.
- Author:
- Auto-generated
-
Field Summary
Fields inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
accessMessage, ipcFactory, packetTracerSession -
Constructor Summary
ConstructorsConstructorDescriptionSmFileSystemResourceReplyImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage) -
Method Summary
Modifier and TypeMethodDescriptionvoidfinishReply(String localFilePath) Information provided by the PKI file:Information provided by the PKI file:Methods inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession, sendMessage, sendMessageWithReturn, translateToCommandStatusStringPairMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Constructor Details
-
SmFileSystemResourceReplyImpl
public SmFileSystemResourceReplyImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage)
-
-
Method Details
-
getUrlPath
Information provided by the PKI file:
\brief Returns the requested URL path.- Specified by:
getUrlPathin interfaceSmFileSystemResourceReply- Returns:
- String Returns a String
-
finishReply
Information provided by the PKI file:
\brief Finishes the reply with the resolved local file system file path or empty string if not found. \param localFilePath, the resolved local file system path, or empty string if not found.- Specified by:
finishReplyin interfaceSmFileSystemResourceReply- Parameters:
localFilePath- Takes in a parameter of localFilePath
-